Einhugur macOS Bridge plugin.

NSMutableDictionary.IsNSMutableDictionary Method

Returns true if the NSObject under the hood is NSMutableDictionary or derived from NSMutableDictionary.

shared IsNSMutableDictionary(
   value as EinhugurCoreBridge.NSObject) as Boolean

Parameters

value
The NSObject to check.

Returns

Boolean

Remarks

If getting value from for example NSArray or other such container then Xojo Isa operator will not know if its a NSDictionary.

See Also

NSMutableDictionary Class